home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ape-ad1a / cdxvbtyp.bas < prev    next >
BASIC Source File  |  1999-08-25  |  151b  |  5 lines

  1. Attribute VB_Name = "VBTypeWriter"
  2. ' 1 or 2 constants needed to work the typewriter
  3. Public Const TW_STILLTYPING = 1
  4. Public Const TW_DONETYPING = 2
  5.